
教各位打造一个仿Mac OS X界面的Ubuntu。当然你如果侧重点是Linux的实用性,并不在意系统的颜值,可以不看本教程。以前的Linux并不做桌面的,只是这些年来做了仿windows的桌面。
在真正的运维工作中也没有必要搞这些没用的东西是吧,自己在下面玩玩就可以了。
好了,不说废话,直接开始。
安装macbuntu主题与图标
1 | lengyue@ubuntu:~$ sudo add-apt-repository ppa:noobslab/macbuntu ## 添加ppa仓库 |

1
2lengyue@ubuntu:~$ sudo apt-get update ## 更新使之生效
lengyue@ubuntu:~$ sudo apt-get install macbuntu-os-icons-lts-v7 ##安装mac图标

1
lengyue@ubuntu:~$ sudo apt-get install macbuntu-os-ithemes-lts-v7 ## 安装mac主题

安装 Slingscold(替代Launchpad)
1 | lengyue@ubuntu:~$ sudo add-apt-repository ppa:noobslab/macbuntu |
安装Albert Spotlight(替代 Mac Spotlight)
1 | lengyue@ubuntu:~$ sudo add-apt-repository ppa:noobslab/macbuntu |

安装 Plank Dock
1 | lengyue@ubuntu:~$ sudo apt-get install plank |

安装 Plank 主题
1 | lengyue@ubuntu:~$ sudo add-apt-repository ppa:noobslab/macbuntu |

设置plank
安装后搜索plank,鼠标点击plank,然后在图标上按住‘Ctrl’,点击鼠标右键,会出现菜单,选择perference就会出现下面的界面了,改成我们喜欢的theme。

将面板上的‘Ubuntu Desktop’文字换成‘Mac OS X’
1 | lengyue@ubuntu:~$ cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po |

这个会在重启后才会生效,但是你不必现在重启,等会全部设置完毕后再重启就可以了。
启动器换苹果LOGO
1 | lengyue@ubuntu:~$ wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png |

配置 Mac 字体
1 | lengyue@ubuntu:~$ wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac/macfonts.zip |



需要在unity-tweak-tool中进行修改,但是我个人认为还是Ubuntu自带的字体好看,你也可以根据自己喜好进行设置。
设置主题与图标
1 | lengyue@ubuntu:~$ unity-tweak-tool |


在Fonts选项里修改字体。
修改启动界面
1 | lengyue@ubuntu:~$ sudo add-apt-repository ppa:noobslab/themes |

重启系统
1 | lengyue@ubuntu:~$ reboot |
再次打开就是Mac OS X的样子了。
我看到有人还有写修改Libreoffice图标的,我个人感觉没用,所以略去不写了,虽然这个office软件确实很好,但是并没有必要对他美化,保持原来的样子就可以了。
最好附几张我个人完成的桌面系统图片,仅供参考



本文作者:冰羽
本文地址: https://bingyublog.com/2018/04/04/Ubuntu桌面美化教程2-把Ubuntu改造为Mac OS X/
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!